text/template/parse.Tree.newAction (method)

3 uses

	text/template/parse (current package)
		node.go#L265: func (t *Tree) newAction(pos Pos, line int, pipe *PipeNode) *ActionNode {
		node.go#L286: 	return a.tr.newAction(a.Pos, a.Line, a.Pipe.CopyPipe())
		parse.go#L411: 	return t.newAction(token.pos, token.line, t.pipeline("command", itemRightDelim))